-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce time limit on TestStartStop to fix occasional KVM_containerd timeout #10488
Conversation
/ok-to-test |
kvm2 Driver Times for Minikube (PR 10488): 69.7s 64.8s 65.9s Averages Time Per Log
docker Driver Times for Minikube (PR 10488): 25.5s 27.0s 28.1s Averages Time Per Log
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: medyagh, priyawadhwa The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
About every 20% of the time, the KVM_Containerd integration test times out and only ~160 tests are run instead of the expected ~210. This can be seen in #10424 with this gopogh
After searching through jenkins logs for KVM_containerd, I found that the test seems to be timing out in the middle of TestStartStop:
A successful TestStartStop seems to take 15 minutes (--- PASS: TestStartStop (902.41s)) so reducing the time limit on this test to 25 minutes should still provide more than enough time to run it.